home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 July
/
Software of the Month Club 1998 July.iso
/
pc
/
Business
/
Fincalc
/
FINCALC.CHF
< prev
next >
Wrap
Text File
|
1997-11-14
|
632b
|
28 lines
REM -----------------------------------------------------------------
REM --- FINCALC BATCH FILE TO RUN FROM SETUP.EXE
REM -----------------------------------------------------------------
REM -- Checks for fincalc directory and deletes all files before the
REM -- the install.exe program runs. This is to eliminate unwanted
REM -- data files for a new install.
REM DISPLAY I am processing the batch file requests please wait...
IF NOT-ISDIRECTORY C:\FINCALC GOTO END
CD C:\FINCALC
DEL F*.*
DEL L*.*
DEL B*.*
DEL I*.*
DEL M*.*
DEL P*.*
DEL S*.*
DEL C*.*
DEL H*.*
DEL K*.*
DEL U*.*
DEL W*.*
:END
EXIT